home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1995.02 / 000041_andreas@mpa-garching.mpg.de_Fri Feb 10 11:21:03 1995.msg < prev    next >
Internet Message Format  |  1995-02-28  |  1KB

  1. Received: from ibm-1.MPA-Garching.MPG.DE by cs.umb.edu with SMTP id AB02052
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 10 Feb 1995 04:49:06 -0500
  3. Received: (andreas@localhost) by ibm-1.MPA-Garching.MPG.DE (8.6.9/8.6) id KAA50311; Fri, 10 Feb 1995 10:21:03 +0100
  4. Date: Fri, 10 Feb 1995 10:21:03 +0100
  5. From: Andreas Schott <andreas@mpa-garching.mpg.de>
  6. Message-Id: <199502100921.KAA50311@ibm-1.MPA-Garching.MPG.DE>
  7. To: tex-k@cs.umb.edu
  8. Cc: "Demetrios Sapounas" <ds%aris@relay.nswc.navy.mil>
  9. Subject: TeX compilation and wchar_t problem
  10. In-Reply-To: <9502080806.ZM4351@aris.nswc.navy.mil>
  11. References: <9502080806.ZM4351@aris.nswc.navy.mil>
  12. Reply-To: andreas@mpa-garching.mpg.de (Andreas Schott)
  13.  
  14. Sorry for the late answer, yesterday I had no access
  15. to the TeX-source-tree. You have to go to edit the file
  16. web2c/lib/c-auto.h(.in) and there you have to define
  17. #define NO_FOIL_X_WCHAR_T
  18. The entry is #undef FOIL_X_WCHAR_T, but this does not
  19. work because NO_FOIL_X_WCHAR_T is checked and not
  20. FOIL_X_WCHAR_T in web2c/mf/MFwindow/x11-Xt.c.
  21.  
  22. Karl, could you please tell the people in kpathsea/INSTALL
  23. where they best have to do the defines, not only for which
  24. product. Is the following the right place?
  25. NO_FOIL_X_WCHAR_T (web2c in web2c/lib/c-auto.h)
  26. FOIL_X_WCHAR_T (all others in kpathsea/c-auto.h)
  27. Is it possible to switch to one symbol to be defined or
  28. undefined, not two different?
  29.  
  30. Andreas.